home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / MSGSOCK.ZIP / README.TXT < prev   
Encoding:
Text File  |  1996-08-04  |  955 b   |  25 lines

  1. Message Socket Component
  2.  
  3. MsgSock makes very simple to exchange window messages between two
  4. applications: one calls a method (MsgSend), the other one gets an avent
  5. (MsgReceived) and viceversa.
  6.  
  7. To send a message the destination handle is needed. To get it you can
  8. use message broadcast (MsgBroadcast). In this case the sending application
  9. receives the message too. It can discard it comparing the SourceHandle
  10. of the message with the Hanlde of its MsgSock component.
  11.  
  12. I need this component, so I wrote it. If someone find it useful the better.
  13. It is completely freeware. 
  14.  
  15. The source code is commented but in Italian (no time for translation).
  16. If you really need help e-mail me. 
  17.  
  18. To install the component simply copy the DCU and the DCR file where
  19. Delphi could find them and use the Options/Install Components... command. 
  20.  
  21. If someone find bugs or improve it please send the improved version back 
  22. to me.
  23.  
  24. e-mail: mpv.aica@iol.it
  25.